everything else is
H(2 chars)TN(tracknane\0)
*/
- if (ibuf[3] == 'L' && ibuf[4] == 'A' && !track) {
+ if (ibuf[3] == 'L' && ibuf[4] == 'A') {
track = route_head_alloc();
track->rte_name = xstrdup("track");
track_add_head(track);
- } else if (ibuf[3] == 'T' && ibuf[4] == 'N' && !track) {
+ } else if (ibuf[3] == 'T' && ibuf[4] == 'N') {
track = route_head_alloc();
track->rte_name = xstrdup(&ibuf[6]);
track_add_head(track);